home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / help / break < prev    next >
Encoding:
Text File  |  1993-10-08  |  193 b   |  5 lines

  1.        break [ n ]
  2.               Exit from an enclosing for, while,  until,  select,
  3.               or  repeat  loop.   If n is specified, then break n
  4.               levels instead of just one.
  5.